pip3 install djangorestframework
INSTALLED_APPS = [ ... ‘rest_framework’, 'my_awesome_api.apps.MyAwesomeApiConfig' ]